.wrap{

}
.cx-container{
    width: 1200px;
    margin: 0 auto;
}
.header{
    background: url(../images/cx-header1.jpg) center top no-repeat;
    padding-bottom: 31px;
}
.top{
    padding: 12px 0 5px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.top > .cx-container>.top-right> a {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 13px 0 8px;
}
.top .top-left {
    width: 35%;
}
.top .top-right {
    width: 65%;
    text-align: right;
    line-height: 60px;
}
.top > .cx-container>.top-right> span{
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 3px 5px;
    color: #fff;
}
.top > .cx-container>.top-right> span >a{
    position: relative;
    padding: 0 6px;
    color: #fff;
}
.top > .cx-container>.top-right> span span a{
    color: #fff;
}
.top a.border::after {
    content: '';
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,.5);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.logo{
	margin: 45px auto 12px;
}
.logo img{
    display: block;
}
.d-search{
    margin: 70px auto;
}
.search {
    width: 31%;
    margin: 25px auto 30px;
    position: relative;
}
.search-box{
    padding: 10px;
    background-color: rgba(255,255,255,.5);
}
#siteId{
    position: absolute;
    border: none;
    width: 95px;
    height: 55px;
    font-size: 18px;
    outline: none;
    color: #666;
    text-align: center;
    padding: 0;
    background: url(../images/xiala.png) no-repeat scroll right transparent;
    background-size: 10px;
    text-align-last: center;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
#siteId option{
    color: #555;
}
.search .search-box::before{
    content: '';
    width: 1px;
    height: 17px;
    background-color: #9FAEB7;
    position: absolute;
    left: 119px;
    top: 50%;
    transform: translateY(-50%);
}
.search .search-box input[type='text'] {
    float: left;
    width: 85%;
    border: none;
    color: #666;
    font-size: 18px;
    line-height: 58px;
    height: 58px;
    padding-left: 125px;
    background: rgba(255, 255, 255, .9);
}
.search .search-box a {
    float: left;
    width: 15%;
    background-color: #236fd6;
    line-height: 58px;
    text-align: center;
    color: #fff;
}
.search-log {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 23px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.3);
    z-index: 99;
    border-radius: 5px;
    float: none;
}
.search-log .log-title {
    font-size: 16px;
    color: #333333;
}
.search-log .log-detail, .search-log .hot-search {
    padding: 13px 0;
}
.search-log .hot-search>span {
    display: inline-block;
    font-size: 12px;
    color: #236fd6;
    padding: 6px 13px;
    background-color: #CADCFF;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
}
.search-log .department>li {
    position: relative;
    float: left;
    width: 33.33%;
    padding-left: 24px;
    color: #999999;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-log .department>li:hover {
    color: #236fd6;
}
.search-log .department>li::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d2d2d2;
    left: 6px;
    top: 11px;
}
.search-log .department>li:nth-child(1)::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 18px;
    background: url(../images/hot-1.png);
    left: 2px;
    top: 6px;
}
.search-log .department>li:nth-child(2)::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 18px;
    background: url(../images/hot-2.png);
    left: 2px;
    top: 6px;
}
.search-log .department>li:nth-child(3)::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 18px;
    background: url(../images/hot-3.png);
    left: 2px;
    top: 6px;
}
.search-log .department>li:nth-child(1)::after ,.search-log .department>li:nth-child(2)::after,.search-log .department>li:nth-child(3)::after{
    background: transparent;
}
.reci {
    margin-top: 10px;
    color: rgba(255,255,255,.8);
    padding: 0 15px;
    font-size: 16px;
}
.reci a {
    color: rgba(255,255,255,.8);
    text-align: center;
    padding: 0 11px;
    margin-right: 10px;
}
.nav{
    margin: 0 auto;
    line-height: 80px;
    background-color: #1C69C6;
}
.nav li{
    float: left;
    width: 16.6666%;
    text-align: center;
}
.nav li a {
    display: block;
    color: #fff;
    font-size: 22px;
}
.nav li a.on, .nav li a:hover {
    background-color: #0371D7;
}
.m-nav{
    display: none;
}
.m-table{
    display: none;
}
.ycdh {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    display: none;
    width: 50%;
    height: 100vh;
    top: 0;
    left: 100%;
    z-index: 9999;
    line-height: 40px;
}
.cxjj{
    background: url('../images/caoxianianej.png') center top no-repeat;
    padding: 54px 53px 34px;
}
.cxjj-sp{
    width: 525px;
    height: 302px;
    background-color: #eee;
}
.cxjj-text{
    width: 530px;
    padding-top: 100px;
    color: #333;
}
.cxjj-text p{
    line-height: 35px;
}
.cxgk-box{
    margin-top: 38px;
}
.cxgk-box li{
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.cxgk-box li p{
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.cxgk-box li img {
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}

.cxgk-box li:hover img{
    webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.ldxx{
    width: 762px;
    height: 280px;
    background: url('../images/xianzhfhlid.png') left center no-repeat;
}
.ldxx-title{
    width: 63px;
    padding: 57px 15px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}
.ldxx-main{
    padding: 38px 40px 18px;
    background-color: #fff;
    margin-left: -10px;
}
.ldxx-left{
    padding-right: 40px;
}
.ldxx-left a p{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-top: 5px;
}
.ldxx-right{
    width: 476px;
    padding-left: 20px;
    padding-top: 7px;
    border-left: 1px solid #E6E6E6;
}
.ldxx-right .zw{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.ldxx-right .zw span{
    font-weight: normal;
}
.ldxx-right > p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
}
.ldxx-right .fxz{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 16px 0;
}
.ldxx-right .fxz a{
    font-weight: normal;
    color: #333;
    padding: 0 13px;
}
.tzgg{
    width: 418px;
    background-color: #fff;
    padding: 20px;
}
.title a{
    font-size: 14px;
    color: #999999;
}
.title a h3{
    display: inline;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.title a span{
    float: right;
    line-height: 30px;
}

.xw-box ul{
    margin: 11px 0 3px;
}
.xw-box ul li{
    line-height: 37px;
    position: relative;
    text-indent: 15px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    transition: all .4s;
}
.xw-box ul li:last-child{
    border-bottom: none;
}
.xw-box ul li::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #3E87EA;
}
.xw-box ul li:hover{

}
.xw-box ul li a{
    float: left;
    font-size: 16px;
    width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}
.xw-box ul li span{
    float: right;
    color: #949494;
    text-indent: 0;
}
.xw-box ul li a:hover{
    color: #236fd6;
}

a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
}
a.com:hover {
    color: #4d71d1;
    text-decoration: none;
}

/*wugongkai*/
.img_jump{
    margin-bottom: 19px;
}

.img_jump .guide {
    width: 140px;
    height: 150px;
    float: left;
    border-radius: 6px;
    margin-right:16px;
    background: rgba(0, 120, 231, .1);
    -webkit-transition: all ease-in .3s;
    transition: width ease-in .3s;
    position: relative;
    overflow: hidden;
}

.img_jump .guide img{
    padding: 35px 0 10px;
    cursor:pointer;
}
.img_jump .guide h3{
    font-size: 20px;
    color: #333;
}
.img_jump .guide.on h3{
    color: #fff;
}
.img_jump .guide .display {
    width: 140px;
    height: 148px;
    text-align: center;
    float: left;
    position: relative;
    display: table;
    z-index: 2;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.img_jump .guide .behind {
    width: 100%;
    height: 148px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.img_jump .guide .behind .function-list-wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 148px;
}

.img_jump .guide .behind .function-list {
    width: 100%;
    height: 100%;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
    padding-left: 170px;
    padding-top: 4px;
    overflow: hidden;
}

.img_jump .guide .behind .function-list > li {
    position: relative;
    float: left;
    width: 50%;
    line-height: 43px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    color: #303133;
    cursor:pointer;
    text-indent: 12px;
}
.img_jump .guide .behind .function-list > li a{
    color: #333;
}

.img_jump .guide .behind .function-list > li::before{
    content:'';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.img_jump .guide .behind .function-list > li:hover a{
    color: #236fd6;
}
.img_jump .guide .behind .function-list > li:hover::before{
    background-color: #57AEFA;
}
.img_jump .guide.on {
    width:calc(100% - 624px);
    /*width:100%;*/
    border: 1px solid #57AEFA;
    background-color: #ffffff;
}

/*@media screen and (max-width:1250px){*/
/*    .img_jump .guide.on {*/
/*        width: 500px;*/
/*    }*/
/*}*/

.img_jump .guide.on .display {
    width: 140px;
    background: linear-gradient(0deg, #57AEFA, #1283E4);
    border-right: none;
}

.img_jump .guide.on .display::after {
    top: 40%;
}

.img_jump .guide.on .behind .function-list > li{
    font-weight: 500;
    color: #303133;
    cursor:pointer;
}

.img_jump .guide:nth-child(5){
    margin: 0;
}
.half{
    width: 585px;
    padding: 22px 20px;
    border: 1px solid #EEEEEE;
}
.wj .title li{
    position: relative;
    float: left;
    padding: 0 40px 0 0;
    margin-bottom: 15px;
}
.wj .title li a{
    font-size: 24px;
    color: #979797;
    font-weight: bold;
}
.wj .title li::after{
    content:'';
    position: absolute;
    width: 2px;
    height: 16px;
    left: 84%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #979797;
}
.wj .title li::after{
    content:'';
    position: absolute;
    width: 2px;
    height: 16px;
    left: 84%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #979797;
}
.wj .title li.on a{
    color: #333;
}

.wj-box ul li {
    line-height: 44px;
    position: relative;
    text-indent: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.wj-box ul li::before{
    content:'';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1C69C6;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wj-box ul li.on {
    line-height: 50px;
}

.wj-box ul li:hover, .wj-box ul li.on {
    box-shadow: 1px 1px 10px 2px #eee;
    -webkit-box-shadow: 1px 1px 10px 2px #eee;
    -moz-box-shadow: 1px 1px 10px 2px #eee;
    padding: 8px 0 11px;
    line-height: 38px;
    background: none;
}
.wj-box ul li:hover::before,.wj-box ul li.on::before{
    width: 0;
}
.wj-box ul li .item a {
    float: left;
    font-size: 16px;
    width: 76%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}
.wj-box ul li.item span {
    float: right;
    color: #949494;
    padding-right: 17px;
}
.jiedu a{
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 16px;
    background-color: rgba(0, 120, 231, 0.05);
    color: #1C69C6;
    margin-right: 5px;
}

.wj .title li:nth-child(3)::after {
    width: 0;
}
.wj .title a{
    float: right;
    font-size: 26px;
    line-height: 30px;
}
.jiedu {
    display: none;
}
.wj-box ul li:hover .jiedu, .wj-box ul li.on .jiedu {
    display: block;
}
.noborder::after{
    width: 0 !important;
}
.yuansu{
    padding: 0 8px;
    margin-top: 6px;
}
.yuansu li{
    float: left;
    width: 47%;
    margin-right: 6%;
    text-align: left;
    margin-bottom: 10px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
}
.yuansu li:nth-child(2n){
    margin-right: 0;
}
.yuansu li img{
    vertical-align: text-top;
    padding-right: 15px;
}
.yuansu li a{
    font-size: 18px;
    font-weight: bold;
    color: #979797;
    padding: 20px 0 20px 20px;
}
.yuansu li:hover a{
    color: #333;
}
.pic-box{
    padding: 0 8px;
}
.pic-box li{
    margin-top: 16px;
}
.wj1,.wj2,.wj3{
    min-height: 315px;
}
.pic-box li img{
    display: block;
}
.wjcx{
    margin-top: 20px;
    width: 797px;
    background-color: #f8f8f8;
    padding: 18px 33px;
}
.wjcx-left{
    width: 89px;
    text-align: center;
}
.wjcx-left img{
    padding: 13px 0 7px;
}
.wjcx-center{
    padding: 0 15px;
}
.wjcx-center .group{
    line-height: 50px;
}
.wjcx-center .group label{
    padding-right: 14px;
    color: #333;
}
.wjcx-center .group input[type='text']{
    width: 440px;
    text-indent: 1em;
    background: #FFFFFF;
    line-height: 38px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-left: 5px;
}
.wjcx-center .group select{
    height: 38px;
    line-height: 38px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    outline: none;
}
.sj select{
    width: 100px;
}
.sj select#start{
    margin-right: 13px;
}
.wjcx-right{
    padding-top: 7px;
}
.wjcx-right a{
    display: block;
    padding: 33px 21px;
    color: #fff;
    background: linear-gradient(0deg, #57AEFA, #1283E4);
    border-radius: 4px;
}
.zfgb{
    margin-top: 20px;
    width: 372px;
    background-color: #f8f8f8;
    padding: 11px 16px;
}
.zfgb-left{
    width: 28%;
}
.zfgb-right{
    width: 67%;
}
.zfgb-left{
    position: relative;
}
.zfgb-left .fm{
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 20px;
}
.zfgb-left .fm h4{
    font-size: 12px;
    color: #333;
    font-weight: normal;
}
.zfgb-right .title{
    background: url('../images/zuidiagsaaba.png') left center no-repeat;
    line-height: 24px;
    padding: 0 11px;
    font-size: 14px;
    color: #BF343A;
}
.zfgb-right>a{
    display: block;
    font-size: 14px;
    color: #999;
    margin: 7px 0;
}
.zfgb-right .zbdw{
    font-size: 14px;
    color: #333;
}
.zdly{
    background: url('../images/zhaondgaskyfa.png') center no-repeat;
    height: 114px;
    position: relative;
}

.zdly ul{
    margin-left: 290px;
}
.zdly ul li{
    float: left;
    width: 15.5%;
    text-align: center;
}
.zdly ul li img{
    padding: 23px 0 13px;
}
.zdly ul li a p{
    color: #333;
    font-size: 18px;
}
.zdly .pre,.zdly .next{
    position: absolute;
    right: 16px;
}
.zdly .pre{
    top: 23px;
}
.zdly .next{
    top: 62px;
}
.zdly-half{
    width: 585px;
    margin-top: 48px;
}
.zdly-title h3{
    font-size: 24px;
    font-weight: bold;
    float: left;
}
.zdly-title h3 a{
    color: #000000;
}
.zdly-title > span{
    float: left;
    margin: 18px 10px;
    padding: 0 157px;
    border-bottom: 1px solid #EEEEEE;
}
.zdly-title>a{
    font-size: 16px;
    color: #999;
    float: right;
}
.zdly-title>a{
    background: url('../images/jh.png') left center no-repeat;
    display: inline;
    font-size: 12px;
    color: #999;
    line-height: 36px;
    padding: 0 0 0 22px;
}
.zdly-box{
    margin-top: 20px;
    background-color: #fff;
    padding: 16px 20px;
}
.zdly-box li{
    float: left;
    width: 20%;
    text-align: center;
    line-height: 32px;
    border-right: 1px solid #eee;
    margin: 11px 0;
}
.zdly-box li a{
    font-size: 18px;
    color: #333;
}

.zdly-box li:last-child{
    border-right: none;
}
.gzcy-box{
    margin-top: 20px;
    background-color: #fff;
}
.gzcy-box li{
    float: left;
    width: 20%;
    text-align: center;
    padding: 17px 0;
}
.gzcy-box li a{
    font-size: 16px;
    color: #333;
}
.gzcy-box li img{
    padding-bottom: 1px;
}

.zt-box .title{
    font-size: 24px;
    font-weight: bold;
    float: left;
}
.zt-box>span{
    float: right;
    padding: 0 550px;
    border-bottom: 1px solid #eee;
    margin-top: 15px;
}
.img-scroll {
    position: relative;
    width:1198px;
    margin-top: 25px;
}
.img-list {
    position: relative;
    height:142px;
    overflow: hidden;
}
.img-list ul {
    width: 9999px;
}

.img-scroll .prev, .img-scroll .next {
    position: absolute;
    top: 53px;
    display: none;
    width: 40px;
    height: 50px;
    background-image: url(../images/control.png);
    background-repeat: no-repeat;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.img-scroll:hover .prev, .img-scroll:hover .next{
    display: block;
}
.img-scroll .next {
    left: 0;
    background-position: 0 -84px;
}

.img-scroll .prev {
    right: 0;
    background-position: -40px -84px;
}

.img-scroll .next:hover {
    left: 0;
    background-position: 0px -10px;
    cursor: pointer;
}

.img-scroll .prev:hover {
    right: 0;
    background-position: -40px -10px;
    cursor: pointer;
}

.img-list li {
    position: relative;
    float: left;
    width: 285px;
    height: 140px;
    margin: 15px 20px 15px 0;
}
.img-list li h3{
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #1C69C6;
    top: 25px;
    left: 22px;
}

/*zwgk*/
.rdyy-box li{
    position: relative;
    float: left;
    width: 297px;
    margin-right: 4px;
    text-align: center;
    margin-top: 15px;
}
.rdyy-box li:last-child{
    margin-right: 0;
}
.rdyy-box li a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.bs-box{
    padding: 18px 50px;
    background: rgba(0, 120, 231, 0.04);
}
.bs-box .title{
    border-bottom: 3px solid #DBE7EF;
}
.bs-box .title li{
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: -3px;
}
.bs-box .title li a{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-left: 10%;
    padding-bottom: 15px;
    padding-top: 15px;
}
.bs-box .title li img{
    vertical-align: text-top;
}
.bs-box .title li a.grbs{
    background: url('../images/fabsdiadqinuhi.png') 36% center no-repeat;
}
.bs-box .title li a.on.grbs{
    background: url('../images/fabsdiad.png') 36% center no-repeat;
    border-bottom: 3px solid #1C69C6;
}
.bs-box .title li a.frbs{
    background: url('../images/fasdsad.png') 36% center no-repeat;
}
.bs-box .title li a.on.frbs{
    background: url('../images/fasdsadfanreis.png') 36% center no-repeat;
    border-bottom: 3px solid #1C69C6;
}
.bs-box .title li a.bmft{
    background: url('../images/btygfdg.png') 36% center no-repeat;
}
.bs-box .title li a.on.bmft{
    background: url('../images/btygfdbuduasd.png') 36% center no-repeat;
    border-bottom: 3px solid #1C69C6;
}

.bs-item ul li{
    float: left;
    width: 200px;
    text-align: center;
    margin-right: 25px;
    margin-top: 25px;
}
.bs-item ul li:nth-child(5n){
    margin-right: 0;
}

.bs-item ul li a{
    display: block;
    padding: 29px 0;
    background-color: #fff;
    font-size: 20px;
    color: #333;
}
.tsfw li{
    float: left;
    width: 275px;
    margin: 33px 33px 0 0;
    text-align: center;
    transition: all .4s;
}
.tsfw li:hover{
    transform: translateY(-2%);
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-transition: all .4s;
}
.tsfw li:nth-child(4n){
    margin-right: 0;
}
.tsfw li >a{
    display: block;
    padding: 25px 0;
    height: 180px;
    background-color: #fff;
}
.tsfw li >a img{
    padding-bottom: 18px;

}
.tsfw li >a p{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.tsfw li >a small{
    font-size: 16px;
    color: #999;
}
.bmcx-box{

}
.bmcx-box .title li{
    float: left;
    margin-right: 30px;
}
.bmcx-box .title li a{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.bmcx-box .title li a.on{
    color: #1C69C6;
}
.bmcx-list ul{
    margin-top: 28px;
    border: 1px solid #eee;
}
.bmcx-list ul li{
    float: left;
    margin: 42px 0;
    text-align: center;
    width: 12.5%;
}
.bmcx-list ul li img{
    padding-bottom: 15px;
}

.bmcx-list ul li p{
    color: #333;
}



















.footer{
    margin-top: 50px;
    background-color: #1C69C6;
    padding: 30px 0;
}
.footer .footer-links {
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.footer .footer-links .cx-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    padding-bottom: 30px;
}
.footer .footer-links> ul > li > a {
    color: #fff;
    font-size: 16px;
}
.dropup{
    position: relative;
}
.dropdown-menu {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.footer .footer-links .dropdown-menu {
    width: 190px;
    border-radius: 0;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
    font-size: 14px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup .caret {
    border-bottom: 0;
    border-top: 6px solid\9;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.footer-links .dropdown:hover .caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.dropdown-menu>li:hover{
    background-color: #eee;
}
.footer-con{
    padding: 38px 0 10px;
}
.footer-con .info{
    width: 75%;
    text-align: left;
    font-size: 16px;
    color: #fff;
}
.footer-con .bzx{
    text-align: center;
    padding: 15px 28px;
}
.footer-con .info a{
    color: #333;
}
.footer-con .info p{
    line-height: 35px;
}
.footer-con .jc{
    margin-top: 27px;
    text-align: center;
}
.onebei{
	margin: 15px auto 0;
}
@media screen and (max-width: 768px){
	.top > .cx-container>.top-right> span{
		display: none;
	}
    .cx-container{
        width: 100%;
        padding: 0 10px;
    }
    .m-nav {
        position: absolute;
        right: 22px;
        top: 85px;
        display: block;
    }
    .logo img{
        width: 70%;
    }
    .top .top-right a{
        display: none;
    }
    .list-group>li {
        font-size: 16px;
        padding: 5px 20px 5px 63px;
        line-height: 25px;
        border-bottom: 1px dashed rgba(255,255,255,.5);
    }
    .list-group>li a {
        color: #fff;
    }
    .search{
        width: 95%;
        margin: 20px auto;
        padding-bottom: 60px;
    }
    #siteId {
        width: 73px;
    }
    .search .search-box input[type='text'] {
        padding-left: 88px;
    }
    .search-box{
        position: relative;
        font-size: 15px;
    }
    .search .search-box::before {
        left: 90px;
    }
    .nav{
        line-height: 50px;
    }
    .nav li {
        float: left;
        width: 33.333%;
    }
    .nav li a{
        font-size: 20px;
    }
    .cxjj{
        padding: 23px 5px;
    }
    .cxjj .cxjj-sp {
        width: 100%;
        height: 190px;
        margin-left: 0;
    }
    .cxjj-text{
        width: 100%;
        padding-top: 15px;
    }
    .cxgk-box li{
        width: 33.33%;
    }
    .cxgk-box li img{
        display: block;
        width: 100%;
    }
    .cxgk-box li p {
        position: absolute;
        bottom: 30px;
        font-size: 14px;
    }
    .cxgk-box{
        margin-top: 18px;
    }
    .footer .footer-links{
        display: none;
    }
    .footer .footer-links .cx-container{
        display: block;
    }
    .dropup{
        float: left;
        width: 50%;
    }
    .footer-con{
        text-align: center;
    }
    .footer-con .info{
        width: 100%;
        text-align: center;
    }
    .footer-con .jc {
        margin-right: 70px;
    }

    /*zwgk*/
    .ldxx{
        width: 100%;
        height: auto;
        background-position-y: top;
    }
    .ldxx-main{
        width: 81%;
        padding: 38px 15px 18px;
    }
    .ldxx-left{

    }
    .ldxx-right{
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .tzgg{
        width: 100%;
    }
    .xw-box ul li a{
        float: none;
        overflow: inherit;
        white-space: normal;
        display: inline;
    }
    .xw-box ul li span{
        float: none !important;
        padding-left: 10px;
        padding-right: 0;
    }
    .xw-box ul li::before {
        left: 5px;
        top: 19px;
    }
    .img_jump .guide,.img_jump .guide.on{
        width: 100%;
        margin-bottom: 15px;
    }
    .img_jump .guide .behind .function-list {
        padding-left: 100px;
    }
    .img_jump .guide.on .display,.img_jump .guide .display{
        width: 28%;
    }
    .half{
        width: 100%;
    }
    .wj .title li{
        padding-right: 10px;
    }
    .wj .title li a{
        font-size: 20px;
    }
    .wj .title li::after {
        left: 92%;
    }
    .wj-box ul li.item{
        padding-left: 10px;
    }
    .wj-box ul li .item a{
        float: none;
        overflow: inherit;
        white-space: normal;
        display: inline;
    }
    .wj-box ul li .item span{
        float: none !important;
        padding-left: 10px;
        padding-right: 0;
    }
    .wj-box ul li::before{
        top: 22px;
    }
    .yuansu li{
        width: 100%;
    }
    .pic-box li {
        width: 100%;
    }
    .pic-box li img {
        width: 100%;
    }
    .wjcx{
        width: 100%;
        padding: 0;
    }
    .wjcx-left,.fwzh {
        width: 100%;
    }
    .wjcx-center .group label{
        width: 30%;
    }
    .wjcx-center .group input[type='text']{
        width: 70%;
    }
    .wjcx-center .group select{
        width: 70% !important;
    }
    .wjcx-center .group .sj select{
        width: 45% !important;
    }
    .sj{
        width: 74%;
    }
    .wjcx-right{
        width: 100%;
    }
    .wjcx-right a {
        display: block;
        text-align: center;
        padding: 9px 7px;
        color: #fff;
    }
    .zfgb{
        width: 100%;
    }
    .zdly{
        background-position: left top;
    }
    .zdly ul{
        width: 100%;
        padding-top: 118px;
        margin: 0;
    }
    .zdly-half{
        width: 100%;
    }
    .zdly-box li{
        padding: 0 10px;
    }
    .zdly-box li a {
        font-size: 16px;
    }
    .zdly-title > span{
        display: none;
    }
    .img-scroll {
        width: 100%;
    }

    .rdyy-box li{
        width: 100%;
    }
    .bs-box{
        padding: 18px 12px;
    }
    .bs-box .title li a{
        font-size: 18px;
        background-image: none !important;
    }
    .bs-item ul li a{
        font-size: 16px;
    }
    .tsfw li{
        width: 100%;
    }
    .bmcx-box .title li {
        margin-right: 16px;
    }
    .bmcx-list ul li {
        width: 25%;
        margin: 20px 0;
    }
    .bs-item ul li{
        width: 48%;
        margin-right: 4%;
        margin-top: 12px;
    }
    .bs-item ul li:nth-child(2n){
        margin-right: 0;
    }
    .bs-item ul li:nth-child(5){
        margin-right: 4%;
    }
}

.wzazzms .top .top-right{
	width:100%;
}
.wzazzms .top > .cx-container>.top-right> a,
.wzazzms .top > .cx-container>.top-right> span{
	font-size: 24px;
}
.wzazzms .nav li a{
	font-size: 38px;
}
.wzazzms .search{
	width:55%;
}
.wzazzms .search .search-box input[type='text']{
	font-size: 36px;
}
.wzazzms .search .search-box a{
	font-size:34px;
}